home *** CD-ROM | disk | FTP | other *** search
- delete _root.onEnterFrame;
- _root.ShowMessage(false);
- _root.RemoveAll();
- _root.enemy_speed += 0.1;
- _root.en_shooting += 0.1;
- _root.pick_up_man += 0.1;
- if(_root.astronauts > 0)
- {
- _root.bonus_txt = "BONUS x100";
- }
- else
- {
- _root.bonus_txt = "NO BONUS";
- }
- stop();
-